-
Notifications
You must be signed in to change notification settings - Fork 16k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
community: add AzureAIContentSafetyChain
#27480
community: add AzureAIContentSafetyChain
#27480
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
we're not adding new chains like this to community anymore as we're mostly recommending folks build things like this in langgraph (see the langchain guides on migrating from legacy chains to lcel or langgraph here: https://python.langchain.com/docs/versions/migrating_chains/ ) We're more flexible when it comes to external packages like langchain-azure ones at github.com/langchain-ai/langchain-azure, so if the azure team wants them in, feel free to merge and release from there! |
Thank you for contributing to LangChain!
PR title: community: add
AzureAIContentSafetyChain
PR message:
azure.ai.contentsafety
has been added to the extended tests file.Add tests and docs:
docs/docs/integrations
directory.Lint and test: Linting has passed.